home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disney Interactive Software Sampler 1997 to 1998
/
Disney Interactive 1997-98 Software Sampler.iso
/
pc
/
media
/
start.dxr
/
00111.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-10-17
|
228 b
|
10 lines
on mouseUp
set myFile to new(xtra("fileio"))
set fileName to "sampler:MEDIA:path"
openFile(myFile, fileName, 1)
set theFile to readFile(myFile)
put theFile into field "chemin"
closeFile(myFile)
set myFile to 0
end